You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > DeserializeObject Method > DeserializeObject Method (string, Type, params JsonConverter[])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DeserializeObject Method (string, Type, params JsonConverter[])

Deserializes the JSON to the specified .NET type using a collection of JsonConverter.

Syntax
C++
C#
Visual Basic
public: object DeserializeObject( string value, Type type, params JsonConverter[] converters );
Parameters
Parameters 
Description 
value 
The JSON to deserialize. 
type 
The type of the object to deserialize. 
converters 
Converters to use while deserializing. 
Returns

The deserialized object from the JSON string.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.